TQASync
A drawing engine must define a method to synchronize a draw context.
typedef TQAError (*TQASync) (const TQADrawContext *drawContext);
drawContext
- A draw context.
DESCRIPTION
YourTQASync
function should operate just like yourTQAFlush
function, except that it should wait until all queued drawing commands have been processed before returning. See the description ofTQAFlush
(page 1-133) for complete details.